home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-06 / nwl200.zip / 295.ASC < prev    next >
Text File  |  1991-10-29  |  3KB  |  74 lines

  1.                                FYI
  2.  
  3. Note: The origin of this information may be internal or external
  4. to Novell.  Novell makes every effort within its means to verirfy
  5. this information.  However, the information provided in this
  6. document is FOR YOUR INFORMATION only.  Novell makes no explicit
  7. or implied claims to the validity of this information.
  8.  
  9.             TITLE:  Server Optimization and Functions
  10.      DOCUMENT ID#:  FYI.P.6037
  11.              DATE:  October 29, 1991
  12.           PRODUCT:  NetWare Lite
  13.   PRODUCT VERSION:  All versions
  14.        SUPERCEDES:  NA
  15.  
  16.           SYMPTOM:  NA
  17.  
  18. ISSUE/PROBLEM
  19.  
  20. Server Optimization and Functions
  21.  
  22. Disk Caches
  23. NetWare Lite does not ship with a disk cache.  We have tested
  24. with several (read many) commercially available disk cache
  25. products and found them to be quite inexpensive while adding
  26. significant performance to the NetWare Lite server software.  We
  27. suggest for higher performance of the NetWare Lite server that a
  28. disk cache be acquired and installed on the server machines. 
  29. Some cache tuning may be necessary for best results.
  30.  
  31. Server Configuration
  32. For best performance we suggest that receive buffer and read
  33. buffer sizes be increased to what is supported by the network
  34. topology (i.e. ethernet, token ring) up to a maximum of 4096
  35. bytes using a multiple of 512 bytes.  In fact, if 4096 is
  36. selected then the server will truncate the value to the maximum
  37. value supported by the topology.  This tuning allows clients to
  38. request more data from (or send more data to) the server with
  39. each read (write) operation.  When more data is sent, fewer
  40. requests are necessary and better performance is obtained.  This
  41. enhancement does increase the size of SERVER when it is resident
  42. in DOS.
  43.  
  44. Depending on the "load" being placed on the server, it may be
  45. beneficial to increase the number of receive buffers and read
  46. buffers.  In general, we have found that 8-12 receive buffers is
  47. enough for even the most heavily loaded server.  Similarly, 5-10
  48. read buffers is sufficient.  These values need not be more than
  49. one or two above the number of simultaneous connections (up to
  50. our suggested maximums of 8-12 receive buffers and 5-10 read
  51. buffers).
  52.  
  53. Mapping vs. SUBSTing
  54. If your machine is a server and you would like to map to
  55. yourself, it is recommended that you SUBST to yourself instead of
  56. mapping to yourself.  SUBST is a DOS command that lets you assign
  57. a drive letter to a directory on another drive.  For example, if
  58. you usually map to yourself with G: to the Network Directory
  59. APPS, and if APPS is actually the C:\APPS directory, the NET MAP
  60. G: APPS could be replaced by SUBST G: C:\APPS. To remove this
  61. substitution, you would type SUBST G: /D.  Using this
  62. substitution, rather than a mapping, will result in better
  63. performance for operations done on drive G:.
  64.  
  65. Mapping Local Drive
  66. You can map drives that are local, for example A: or B:, and use
  67. them temporarily as network drives.  However as a general
  68. practice, it is not recommended.  If you run out of drive letters
  69. to map, increase LASTDRIVE in your CONFIG.SYS.
  70.  
  71. Use of ASSIGN
  72. Do not use ASSIGN with NetWare Lite.  The DOS reference manual
  73. (3.3) recommends that you use SUBST instead of ASSIGN and
  74. explains how to do so.